/* 各名称・数値はIndesignで自動で表記されるため数値関係は微調整すること */
/* 各ページで手動でこのCSSを追記すること */
/* <link rel="stylesheet" href="該当ページフォルダ名\css\idGeneratedStyles.css"> */

/* フォント関連個別設定 */
p.ParaOverride-1 {
	margin-left:24px;
}
p.ParaOverride-2 {
	margin-left:43px;
}
p.ParaOverride-3 {
	margin-top:0px;
}
p.ParaOverride-4 {
	margin-left:55px;
	margin-right:43px;
	text-align:left;
}
p.ParaOverride-5 {
	page-break-before:always;
}
p.ParaOverride-6 {
	margin-left:9px;
	margin-top:11px;
}
p.ParaOverride-7 {
	margin-left:43px;
}
p.ParaOverride-8 {
	margin-left:43px;
	text-align:left;
}
p.ParaOverride-9 {
	margin-left:14px;
	margin-right:6px;
}
p.ParaOverride-10 {
	margin-left:43px;
	margin-right:23px;
	text-align:left;
}
p.ParaOverride-11 {
	margin-bottom:3px;
	margin-top:0px;
}
p.ParaOverride-12 {
	margin-left:14px;
}
p.ParaOverride-13 {
	margin-left:14px;
}
p.ParaOverride-14 {
	margin-left:57px;
	margin-right:23px;
	text-align:left;
	text-indent:-14px;
}
p.ParaOverride-15 {
	margin-left:57px;
	margin-right:6px;
	text-align:left;
	text-indent:-14px;
}
p.ParaOverride-16 {
	margin-left:57px;
	text-align:left;
	text-indent:-14px;
}
p.ParaOverride-17 {
	margin-left:28px;
}
p.ParaOverride-18 {
	margin-left:43px;
	margin-right:6px;
	text-align:left;
}
p.ParaOverride-19 {
	margin-left:43px;
	margin-right:6px;
}
p.ParaOverride-20 {
	margin-left:43px;
	margin-bottom:0px;
}

/* パソコン向け画像サイズ */
img._idGenObjectAttribute-1 {
	height:22px;
	width:46px;
}
img._idGenObjectAttribute-2 {
	height:19px;
	width:50px;
}
img._idGenObjectAttribute-3 {
	width:652px;
	margin-top:20px;
	margin-bottom:20px;
}
img._idGenObjectAttribute-4 {
	width:501px;
	margin-top:20px;
	margin-bottom:20px;
}
img._idGenObjectAttribute-5 {
	width:262px;
	height:237px;
	margin-top:20px;
	margin-bottom:20px;
}
img._idGenObjectAttribute-6 {
	width:506px;
	margin-top:20px;
	margin-bottom:20px;
}
img._idGenObjectAttribute-7 {
	width:406px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:40px;
}
img._idGenObjectAttribute-8 {
	width:600px;
	margin-top:20px;
	margin-bottom:20px;
}
img._idGenObjectAttribute-9 {
	width:600px;
	margin-top:20px;
	margin-bottom:20px;
}
img._idGenObjectAttribute-10 {
	width:600px;
	margin-top:20px;
	margin-bottom:20px;
}
img._idGenObjectAttribute-11 {
	width:400px;
	margin-top:20px;
	margin-bottom:20px;
}
img._idGenObjectAttribute-12 {
	width:600px;
	margin-top:20px;
	margin-bottom:20px;
}
img._idGenObjectAttribute-13 {
	width:400px;
	margin-top:20px;
	margin-bottom:20px;
}
img._idGenObjectAttribute-14 {
	width:600px;
	margin-top:20px;
	margin-bottom:20px;
}
img._idGenObjectAttribute-15 {
	width:350px;
	margin-top:20px;
	margin-bottom:20px;
}
img._idGenObjectAttribute-16 {
	width:600px;
	margin-top:20px;
	margin-bottom:20px;
}
img._idGenObjectAttribute-17 {
	width:400px;
	margin-top:20px;
	margin-bottom:20px;
}

/* スマホ向け（最大幅 700px） 画像サイズ調整 inGeneratedStyles02から影響あり*/
/* サイズの大きな画像を700px用に調整すること */
@media screen and (max-width: 700px) {
	img._idGenObjectAttribute-3,
	img._idGenObjectAttribute-4,
	img._idGenObjectAttribute-6,
	img._idGenObjectAttribute-8,
	img._idGenObjectAttribute-9,
	img._idGenObjectAttribute-10,
	img._idGenObjectAttribute-11,
	img._idGenObjectAttribute-12,	
	img._idGenObjectAttribute-13,
	img._idGenObjectAttribute-14,
	img._idGenObjectAttribute-15,	
	img._idGenObjectAttribute-16,
	img._idGenObjectAttribute-17{
    width: 100% !important;
    height: auto !important;
	}
}